home *** CD-ROM | disk | FTP | other *** search
- object fProgress: TfProgress
- Left = 482
- Top = 427
- BorderStyle = bsDialog
- Caption = 'Compiler Progress'
- ClientHeight = 219
- ClientWidth = 512
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Scaled = False
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object lFileName: TLabel
- Left = 112
- Top = 128
- Width = 393
- Height = 16
- AutoSize = False
- Caption = 'lFileName'
- end
- object Label1: TLabel
- Left = 8
- Top = 128
- Width = 89
- Height = 16
- Caption = 'Current File -'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 152
- Width = 97
- Height = 16
- AutoSize = False
- Caption = 'Total Files -'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lFileCount: TLabel
- Left = 112
- Top = 152
- Width = 59
- Height = 16
- AutoSize = False
- Caption = 'lFileCount'
- end
- object Label3: TLabel
- Left = 192
- Top = 152
- Width = 129
- Height = 16
- AutoSize = False
- Caption = 'Executable Size:-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lExeSize: TLabel
- Left = 328
- Top = 152
- Width = 89
- Height = 16
- AutoSize = False
- Caption = 'lExeSize'
- end
- object Label4: TLabel
- Left = 8
- Top = 80
- Width = 57
- Height = 16
- Caption = 'Status - '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lStatus: TLabel
- Left = 112
- Top = 80
- Width = 345
- Height = 16
- AutoSize = False
- Caption = 'lStatus'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 8
- Top = 104
- Width = 60
- Height = 16
- Caption = 'Target - '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lTarget: TLabel
- Left = 111
- Top = 104
- Width = 393
- Height = 16
- AutoSize = False
- Caption = 'lTarget'
- end
- object bCancel: TButton
- Left = 424
- Top = 184
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = bCancelClick
- end
- object Animate1: TAnimate
- Left = 8
- Top = 16
- Width = 272
- Height = 60
- Active = False
- CommonAVI = aviCopyFiles
- StopFrame = 34
- end
- object bOK: TButton
- Left = 424
- Top = 184
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 2
- OnClick = bOKClick
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 192
- Width = 297
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 3
- end
- object bTest: TButton
- Left = 336
- Top = 184
- Width = 75
- Height = 25
- Caption = 'Test'
- Enabled = False
- TabOrder = 4
- OnClick = bTestClick
- end
- end
-